home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DJGPP / DJTST111.ZIP / tests / t14.bat < prev    next >
DOS Batch File  |  1993-10-05  |  108b  |  7 lines

  1. @echo off
  2. echo Test of ftruncate/rewind
  3. gcc t14.c -o t14
  4. go32 t14
  5. echo should be 20 bytes
  6. dir t14.dat
  7.